| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVRGetConstraints function to get the current constraints of a movie.
OSErr QTVRGetConstraints (
QTVRInstance qtvr,
UInt16kind,
float*minValue,
float*maxValue);
The QTVRGetConstraints function returns, in the floating-point values pointed to by the minValue and maxValue parameters, the current minimum and maximum constraints of the type specified by the kind parameter.
The values returned by QTVRGetConstraints are unaffected by the current control settings.
| Previous | Chapter contents | Chapter top | Section top | Next |